<name>Central Fountain</name>
<profession>It radiates power</profession>
<dialogue>
  <greeting>
    <reply>
      <text></text>
      <script>
        <sound>well</sound>
      </script>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Drink from the fountain.</text>
      <npc>
        <reply>
          <if><key>townportalSerenity</key></if>
          <text>Refreshing!</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>You feel a link established.</text>
          <script>
            <key>townportalSerenity</key>
            <note>Town Portal Map|Serenity</note>
            <log>Drank from the Central Fountain</log>
          </script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Turn away.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>